home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / aa_Intel_Only / lprManager.0.01 / lprManager / InfoView.h < prev    next >
Text File  |  1995-09-17  |  382b  |  21 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import <foundation/NSString.h>
  4.  
  5. @interface InfoView:View
  6. {
  7.     DPSTimedEntry animateTE;
  8.     float gray;
  9.     NSString* frontImageName;
  10.     NSString* backImageName;
  11. }
  12. - initFrame:(const NXRect *)frameRect;
  13.  
  14. - animate:sender;
  15. - removeTE;
  16. - windowWillClose:sender;
  17. - animateDissolve;
  18. - mouseDown:(NXEvent*)theEvent;
  19. - drawSelf:(const NXRect*)rects :(int)rectCount;
  20. @end
  21.